home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / doorware / todayc10.zip / TODAYCAL.DOC < prev    next >
Text File  |  1996-09-15  |  5KB  |  82 lines

  1.  
  2.                               Today's Callers 1.0
  3.                              (c)1996 Chris Butdorf
  4.                             CJB's BBS (330)345-5623
  5.  
  6. Today's Callers is a small but handy program which generates a bulletin listing
  7. the users who called your BBS today.  This should work on any software that can
  8. generate a DOOR.SYS file and run it during logon, and best of all this is FREE!
  9.  
  10. DISCLAIMER
  11. ----------
  12. I do not guarantee that this program will do anything but take up space on your
  13. computer.  This program worked perfectly fine on the systems that it was tested
  14. on, but it may not work on all systems.  By using this program, you fully agree
  15. to hold me (Chris Butdorf) totally harmless of any claims that could arise from
  16. the use of this program.  If you do not agree to these terms, stop reading this
  17. document and delete the program from your system.  Otherwise, continue reading!
  18.  
  19. FILES INCLUDED
  20. --------------
  21. This archive should contain the following files.  If any of these files are not
  22. included in this archive, please call CJB's BBS at (330) 345-5623 to get a copy
  23. which contains all of the required files.  Also, please notify the Sysop of the
  24. BBS where you downloaded this file if it is not complete.  This should include:
  25.  
  26.              TODAYCAL.DAT   DATA file controlling DATE management.
  27.              TODAYCAL.DOC   The documentation you are reading now.
  28.              TODAYCAL.EXE   The executable program file, TODAYCAL.
  29.  
  30. INSTALLATION
  31. ------------
  32. Since my BBS uses Spitfire, that is what I will be using in the examples.  Many
  33. examples will include an explanation of how to use them with other BBS software
  34. as well.  If you still have any questions, simply leave me a comment on my BBS!
  35.  
  36. The first step is to move the program and files to the directory where DOOR.SYS
  37. is created by your BBS.  This is vitally important, as the program will lock up
  38. your system if it can not find DOOR.SYS or TODAYCAL.DAT.  Make sure these files
  39. are in the directory you run it from.  Next, create a batch file to execute the
  40. program.  This batch file should be run during logon and before the bulletin is
  41. to appear.  On my system it runs in SFLOGON.BAT.  This way, the program creates
  42. the bulletins and then the bulletins are shown.  Basically, your system must be
  43. able to run a batch file during logon for this to work.  The batch file is easy
  44. to make, and should only include a few lines similar to the lines listed below.
  45.  
  46. TODAYCAL
  47. COPY TODAYCAL.ANS C:\SF\DISPLAY\ALL.CLR
  48. COPY TODAYCAL.ASC C:\SF\DISPLAY\ALL.BBS
  49.  
  50. C:\SF\DISPLAY\ is the path to the Spitfire display directory.  The paths may be
  51. different on your system.  TODAYCAL.ANS is the ANSI file the program makes, and
  52. TODAYCAL.ASC is the ASCII file.  These files are then copied to ones users will
  53. see.  ALL.CLR is the name of the ANSI file the users on my BBS see, and ALL.BBS
  54. is the ASCII file.  There are two extra lines at the end of my batch file which
  55. add an ENTER prompt to the end of the bulletins.  These lines are listed below.
  56.  
  57. ECHO  >> C:\SF\DISPLAY\ALL.CLR
  58. ECHO  >> C:\SF\DISPLAY\ALL.BBS
  59.  
  60. The  is the Spitfire code for ENTER, which is CTRL-P (in MS-DOS EDIT hold down
  61. CONTROL and hit P twice).  Other software may use different codes, just replace
  62. the  with the correct code.  Some software even lets you skip this step, as it
  63. appends an ENTER prompt at the end of the file automatically, and you are done.
  64.  
  65. These steps should be all that is required to correctly use this.  If you still
  66. have any questions, just leave me a comment on my BBS and I will gladly answer.
  67.  
  68.  
  69. REGISTRATION
  70. ------------
  71. Since a BBS can be an expensive hobby, spending money to register small helpful
  72. programs like this is pointless and could be better spent.  This program can be
  73. registered for FREE.  Simply call my BBS at 330-345-5623 and leave me a comment
  74. containing the name of the Sysop, the BBS name, the BBS number, and if it is on
  75. the Internet include the telnet address.  Also let me know wether you want this
  76. registered to the Sysop name or the BBS name.  Try calling back in a day or two
  77. and the registered program should appear during logon.  Also, if I receive many
  78. registrations I may add a program to do this all automatically.  Check the door
  79. section for a registration program, if one is not online use the method that is
  80. listed above.  This registration is done to let me know how many people use and
  81. register programs like this, and to let me know where this is used.  Also, this
  82. encourages me to make more programs like this one.  Have fun, and happy BBSing!